﻿/**=================================LARGE DESKTOP > 1200px=================================**/

@media (min-width: 1200px) {
  
}


/**=================================STANDARD DESKTOP 992px <> 1200px=================================**/
@media only screen and (min-width: 960px) and (max-width: 1199px) {
   
   

}

/**=================================  #Tablet (Portrait) iPad 768px <> 991px=================================**/
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .site-lang { right:5px; }
  .home-slider-1 { } 
  .home-slider-2 { font-size: 32px; font-family:antoniolight; } 
  .parallax-title { font-size: 28px;}
}

/**=================================TABLET < 767px=================================**/
@media (max-width: 767px) {

}


/**=================================PHONE < 480px=================================**/
@media only screen and (max-width: 480px) {

}



/**=================================PHONE < 479px=================================**/
@media only screen and (max-width: 479px) {
 
   h2 { font-size: 1.8em; }
   h3 { font-size:1.1em; color:#111;}
   
  .site-call-phone a{ border-left: none; left:0;}
  .site-call-email { display:none; }
 
  
  .menuzord-brand { margin:0; padding:0; }
  
  .home-slider-1 { } 
  .home-slider-2 { font-size:18px; font-family:antoniolight; } 
  img.home-slider-3 { width:300%; } 
  
  .pt-moblie-hide { display: none !important; }
  
  .pt-section-title  {font-size:18px; } 
  .pt-section-header-2  {font-size:18px; } 
  
  .parallax-title  {font-size: 18px;}
  .pt-italic { font-size:12px;}
  
  .pt-cont-bg-text {  width:90%;}
  .pt-cont-bg-text h4 { font-size:14px; }
  
  .pt-tabs-navigation-big li a { font-size: 14px;}
  
  ul.pt-list-inline li {  float:left; margin-right:10px; }


}

